home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / JV16 Powertools 1.6 / Setup.exe / {app} / Scripts / Examples.jvb
Encoding:
Text File  |  2003-06-04  |  171 b   |  7 lines

  1. //ScriptComments=Run me to see many example scripts
  2.  
  3. Define temp;
  4. Temp := [GetAppDir];
  5. Temp := [sCombine "$Temp" "Documentation\Example Scripts"];
  6.  
  7. Run $Temp -Shell;